home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / fbuf / testfbuf.dpr < prev    next >
Text File  |  1996-04-08  |  228b  |  15 lines

  1. program Testfbuf;
  2.  
  3. uses
  4.   Forms,
  5.   Bufftest in 'BUFFTEST.PAS' {Form1},
  6.   Filebuff in 'FILEBUFF.PAS',
  7.   Asserts in 'ASSERTS.PAS';
  8.  
  9. {$R *.RES}
  10.  
  11. begin
  12.   Application.CreateForm(TForm1, Form1);
  13.   Application.Run;
  14. end.
  15.